-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CGO_ENBABLED=0 for build #1232
Conversation
Why do we want to change this now? |
Updated the description with some context. |
Do we want to change
to |
Sure. I think that image is there because we used to have some glibc requirements in the past. |
I think it would be cleaner as a separate PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We used to have a dependency that required CGO_ENABLED - this was removed in #624.
According to #1215, it seems we are building with CGO_ENABLED (even though we don't have to).